home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Graphics / Icons / next-icon@gun.com / Apps / ImagePortfolio / Makefile.postamble < prev    next >
Makefile  |  1993-06-03  |  254b  |  11 lines

  1.  
  2. # -------------------------------------------------------------------------------
  3. # target for making the compresssed .tar.Z file
  4. tar.Z:
  5.     strip $(NAME).app/$(NAME);
  6.     tar cf - $(NAME).app | compress >$(NAME).app.tar.Z
  7.  
  8. clean::
  9.     rm -f $(NAME).app.tar.Z
  10.  
  11. #